home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / golden_glove.swf / scripts / DefineButton2_436 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2007-03-15  |  94 b   |  7 lines

  1. on(rollOver){
  2.    if(_root.created == 1)
  3.    {
  4.       _root.skinbutton._alpha = 20;
  5.    }
  6. }
  7.